Path
                    /api/v1/professional-refrigerated-storage-cabinets/arrow-image
                  
Body schema
                    Send a POST request to the path above. The body of the request must be a JSON object with the following properties:
                  
| Property | Description | Type | 
|---|---|---|
| productPriceHeightPx | Enter height of the product's price (in pixels). This may be up to 3 digits long. | Integer | 
| labelOrientation | Arrow direction. Must be one of: LEFTRIGHT | String | 
| labelFormat | Image format. Must be one of: JPEGPNG | String | 
| efficiencyRating | Energy efficiency class indicator. Must be one of: A+++A++A+ABCDEFG | String | 
Example request body
                    {
  "productPriceHeightPx": 100,
  "labelOrientation": "LEFT",
  "labelFormat": "JPEG",
  "efficiencyRating": "A+++"
}